home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / PROGRAMMING / DESKLIBC / SOURCES.ZIP / DeskLib / !DLSources / Libraries / Pane / h / PaneDefs
Encoding:
Text File  |  1994-03-31  |  169 b   |  10 lines

  1. typedef struct pane_link
  2. {
  3.   window_handle window;
  4.   pane_data panedata;
  5.   struct pane_link *next;
  6. } pane_link;
  7.  
  8. extern pane_link *pane_root;
  9. extern pane_link *curpane;
  10.